projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c42d0
)
(sc::cursors): Add an eval-and-compile.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Jun 1997 09:29:06 +0000
(09:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Jun 1997 09:29:06 +0000
(09:29 +0000)
lisp/sun-curs.el
patch
|
blob
|
history
diff --git
a/lisp/sun-curs.el
b/lisp/sun-curs.el
index 0a31d4d3a2e6ac6047900c53959698fc76def769..b95ecde7e17a2aa4b3a12d0e3648a3ac8fb51c07 100644
(file)
--- a/
lisp/sun-curs.el
+++ b/
lisp/sun-curs.el
@@
-33,7
+33,8
@@
(require 'cl)
-(defvar sc::cursors nil "List of known cursors")
+(eval-and-compile
+ (defvar sc::cursors nil "List of known cursors"))
(defmacro defcursor (name x y string)
(if (not (memq name sc::cursors))